Attempted to execute a 'Trap*' but no such trap was defined. (*Any ROM call is accessed through a trap call.) In this case, the processor detected a trap instruction that interrupted and transfered the execution to a new location. It then looked up the new location on a table called the " trap vector table." An error will occur if the processor is unable to match the instruction with a comparable instruction in the table listing.
-- part contents for card part 23
----- text -----
The programmer has installed a breakpoint in the program (a stop flag in the program in order to do some debugging) and there is no debugger utility installed.
This is a fairly rare error that shouldn't be encounter in a final (released)version of a program. => Please contact the author/publisher and let them know about it so they can fix it.